import type { AllowedValue, LineSeries } from '@nivo/line'; export declare const getMin: (values?: AllowedValue[]) => number; export declare const getMax: (values?: AllowedValue[]) => number; export declare const getAverage: (values?: AllowedValue[]) => number; export declare const getMaxChartValue: (preppedData?: LineSeries[]) => number; export declare const getMinChartValue: (preppedData?: LineSeries[]) => number; export declare const getCurrent: (values?: number[]) => number; export declare const getSelected: (label: string, index: number, selected?: string[]) => string[]; export type Serie = LineSeries & { label?: string; [key: string]: unknown; }; //# sourceMappingURL=helpers.d.ts.map